type go/types.exprKind

6 uses

	go/types (current package)
		call.go#L172: func (check *Checker) callExpr(x *operand, call *ast.CallExpr) exprKind {
		expr.go#L935: type exprKind int
		expr.go#L938: 	conversion exprKind = iota
		expr.go#L968: func (check *Checker) rawExpr(T *target, x *operand, e ast.Expr, hint Type, allowGeneric bool) exprKind {
		expr.go#L1021: func (check *Checker) exprInternal(T *target, x *operand, e ast.Expr, hint Type) exprKind {
		universe.go#L215: 	kind     exprKind